Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.ExternalReferenceCommand

Packages that use ExternalReferenceCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of ExternalReferenceCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type ExternalReferenceCommand
 java.lang.Object IConversationCommandVisitor.visitExternalReference(ExternalReferenceCommand externalReferenceCommand)
          Called when this visitor is passed to an external reference command instance.
 

Uses of ExternalReferenceCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type ExternalReferenceCommand
protected  IDocument AbstractPlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)
          Renders an external reference to the user.
 

Uses of ExternalReferenceCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type ExternalReferenceCommand
protected  IDocument VoicePlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)